popvermenu: Clarify css node docs
authorTimm Bäder <mail@baedert.org>
Tue, 18 Feb 2020 10:03:37 +0000 (11:03 +0100)
committerTimm Bäder <mail@baedert.org>
Thu, 20 Feb 2020 09:23:09 +0000 (10:23 +0100)
We add the .menu css class to the popover main node, not its contents
node.

gtk/gtkpopovermenu.c

index e310033f12bdca543f93666278b964b1a02dcc45..bf56b4c5be07542cccbfb340be23c7596f3ef5d5 100644 (file)
@@ -64,8 +64,8 @@
  *
  * #GtkPopoverMenu is just a subclass of #GtkPopover that adds
  * custom content to it, therefore it has the same CSS nodes.
- * It is one of the cases that add a .menu style class to the
- * popover's contents node.
+ * It is one of the cases that add a .menu style class to
+ * the popover's main node.
  */
 
 typedef struct _GtkPopoverMenuClass GtkPopoverMenuClass;